home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / steppenwolf_1_chapter_3.swf / scripts / DefineButton2_988 / BUTTONCONDACTION on(keyPress O).as < prev    next >
Text File  |  2010-05-15  |  212b  |  11 lines

  1. on(keyPress "O"){
  2.    if(getProperty("_root.Animatiques", _currentframe) == 1)
  3.    {
  4.       tellTarget("/")
  5.       {
  6.          gotoAndPlay(eval("/Variables:EtatActif"));
  7.       }
  8.       gotoAndStop(1);
  9.    }
  10. }
  11.